home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex Shoot / Virtual Sex Shoot.iso / mac / Virtual Sex Shoot / Virtual Sex Shoot.DXR / 00181.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  335 b   |  19 lines

  1. global gVRSprite1
  2.  
  3. on exitFrame
  4.   set mousePoint to point(the mouseH, the mouseV)
  5.   set spriteRect to rect(466, 377, 633, 480)
  6.   if rollOver(gVRSprite1) then
  7.     go(marker(0))
  8.     exit
  9.   end if
  10.   cursor(200)
  11.   cursor(-1)
  12.   if inside(mousePoint, spriteRect) then
  13.     go(marker(0) + 2)
  14.     exit
  15.   else
  16.     go(marker(0) + 1)
  17.   end if
  18. end
  19.